home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMMAILSETTINGS / TFORMMAILSETTINGS.txt
Text File  |  2003-08-22  |  5KB  |  266 lines

  1. object formMailSettings: TformMailSettings
  2.   Left = 468
  3.   Top = 210
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'Mail settings'
  7.   ClientHeight = 373
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object groupPersonalInformation: TGroupBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 369
  23.     Height = 81
  24.     Align = alTop
  25.     Caption = ' Personal information '
  26.     TabOrder = 0
  27.     DesignSize = (
  28.       369
  29.       81)
  30.     object labelName: TLabel
  31.       Left = 8
  32.       Top = 28
  33.       Width = 105
  34.       Height = 13
  35.       AutoSize = False
  36.       Caption = 'Your name:'
  37.     end
  38.     object labelAddress: TLabel
  39.       Left = 8
  40.       Top = 52
  41.       Width = 105
  42.       Height = 13
  43.       AutoSize = False
  44.       Caption = 'And mail address:'
  45.     end
  46.     object eName: TEdit
  47.       Left = 120
  48.       Top = 24
  49.       Width = 241
  50.       Height = 21
  51.       Anchors = [akLeft, akTop, akRight]
  52.       TabOrder = 0
  53.     end
  54.     object eAddress: TEdit
  55.       Left = 120
  56.       Top = 48
  57.       Width = 241
  58.       Height = 21
  59.       Anchors = [akLeft, akTop, akRight]
  60.       TabOrder = 1
  61.     end
  62.   end
  63.   object panelButtons: TPanel
  64.     Left = 0
  65.     Top = 332
  66.     Width = 369
  67.     Height = 41
  68.     Align = alBottom
  69.     BevelOuter = bvNone
  70.     ParentColor = True
  71.     TabOrder = 5
  72.     DesignSize = (
  73.       369
  74.       41)
  75.     object buttonCancel: TBitBtn
  76.       Left = 168
  77.       Top = 12
  78.       Width = 91
  79.       Height = 25
  80.       Anchors = [akRight, akBottom]
  81.       Caption = 'Cancel'
  82.       TabOrder = 2
  83.       Kind = bkCancel
  84.     end
  85.     object buttonOK: TBitBtn
  86.       Left = 272
  87.       Top = 12
  88.       Width = 91
  89.       Height = 25
  90.       Anchors = [akRight, akBottom]
  91.       TabOrder = 0
  92.       Kind = bkOK
  93.     end
  94.     object buttonImport: TBitBtn
  95.       Left = 8
  96.       Top = 12
  97.       Width = 91
  98.       Height = 25
  99.       Anchors = [akLeft, akBottom]
  100.       Cancel = True
  101.       Caption = '&Import'
  102.       TabOrder = 1
  103.       OnClick = buttonImportClick
  104.       NumGlyphs = 2
  105.     end
  106.   end
  107.   object panelDivider1: TPanel
  108.     Left = 0
  109.     Top = 81
  110.     Width = 369
  111.     Height = 8
  112.     Align = alTop
  113.     BevelOuter = bvNone
  114.     ParentColor = True
  115.     TabOrder = 1
  116.   end
  117.   object groupSMTPServer: TGroupBox
  118.     Left = 0
  119.     Top = 89
  120.     Width = 369
  121.     Height = 104
  122.     Align = alTop
  123.     Caption = ' SMTP Server '
  124.     TabOrder = 2
  125.     DesignSize = (
  126.       369
  127.       104)
  128.     object labelSMTPServer: TLabel
  129.       Left = 8
  130.       Top = 28
  131.       Width = 105
  132.       Height = 13
  133.       AutoSize = False
  134.       Caption = 'Server address:'
  135.     end
  136.     object labelSMTPUsername: TLabel
  137.       Left = 8
  138.       Top = 76
  139.       Width = 105
  140.       Height = 17
  141.       AutoSize = False
  142.       Caption = 'Username:'
  143.     end
  144.     object eSMTP: TEdit
  145.       Left = 120
  146.       Top = 24
  147.       Width = 241
  148.       Height = 21
  149.       Anchors = [akLeft, akTop, akRight]
  150.       TabOrder = 0
  151.     end
  152.     object eSMTPUser: TEdit
  153.       Left = 120
  154.       Top = 72
  155.       Width = 241
  156.       Height = 21
  157.       Anchors = [akLeft, akTop, akRight]
  158.       TabOrder = 2
  159.     end
  160.     object checkboxSMTPAuth: TCheckBox
  161.       Left = 8
  162.       Top = 52
  163.       Width = 353
  164.       Height = 17
  165.       Caption = 'Use SMTP authentification by username'
  166.       TabOrder = 1
  167.       OnClick = checkboxSMTPAuthClick
  168.     end
  169.   end
  170.   object panelDivider2: TPanel
  171.     Left = 0
  172.     Top = 193
  173.     Width = 369
  174.     Height = 8
  175.     Align = alTop
  176.     BevelOuter = bvNone
  177.     ParentColor = True
  178.     TabOrder = 3
  179.   end
  180.   object groupPOP3Server: TGroupBox
  181.     Left = 0
  182.     Top = 201
  183.     Width = 369
  184.     Height = 131
  185.     Align = alClient
  186.     Caption = ' POP3 Server '
  187.     TabOrder = 4
  188.     DesignSize = (
  189.       369
  190.       131)
  191.     object labelPOP3Server: TLabel
  192.       Left = 8
  193.       Top = 52
  194.       Width = 105
  195.       Height = 17
  196.       AutoSize = False
  197.       Caption = 'Server address:'
  198.     end
  199.     object labelPOP3Username: TLabel
  200.       Left = 8
  201.       Top = 76
  202.       Width = 105
  203.       Height = 17
  204.       AutoSize = False
  205.       Caption = 'Username:'
  206.     end
  207.     object labelPOP3Password: TLabel
  208.       Left = 8
  209.       Top = 100
  210.       Width = 105
  211.       Height = 17
  212.       AutoSize = False
  213.       Caption = 'Password:'
  214.     end
  215.     object ePOP3: TEdit
  216.       Left = 120
  217.       Top = 48
  218.       Width = 241
  219.       Height = 21
  220.       Anchors = [akLeft, akTop, akRight]
  221.       TabOrder = 0
  222.     end
  223.     object ePOP3User: TEdit
  224.       Left = 120
  225.       Top = 72
  226.       Width = 241
  227.       Height = 21
  228.       Anchors = [akLeft, akTop, akRight]
  229.       TabOrder = 1
  230.     end
  231.     object ePOP3Pass: TEdit
  232.       Left = 120
  233.       Top = 96
  234.       Width = 241
  235.       Height = 21
  236.       Anchors = [akLeft, akTop, akRight]
  237.       PasswordChar = '*'
  238.       TabOrder = 2
  239.     end
  240.     object checkboxPOP3Auth: TCheckBox
  241.       Left = 8
  242.       Top = 28
  243.       Width = 353
  244.       Height = 17
  245.       Caption = 'Connect to server for SMTP-after-POP authentification'
  246.       TabOrder = 3
  247.       OnClick = checkboxPOP3AuthClick
  248.     end
  249.   end
  250.   object popupIE: TPopupMenu
  251.     AutoHotkeys = maManual
  252.     OnPopup = popupIEPopup
  253.     Left = 88
  254.     Top = 24
  255.     object menuitemOutlookExpress: TMenuItem
  256.       Caption = 'Outlook &Express'
  257.     end
  258.     object menuitemOutlook8: TMenuItem
  259.       Caption = 'Outlook &8.0 (97)'
  260.     end
  261.     object menuitemOutlook9: TMenuItem
  262.       Caption = 'Outlook &9.0 (2000)'
  263.     end
  264.   end
  265. end
  266.